home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Data 2001 April / CD Rom Data Nisan 2001.iso / Internet / data1.cab / Program_Executable_Files / ts2lite.exe / %MAINDIR% / user / templates / sample.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2000-11-30  |  189 b   |  15 lines

  1. BODY, TD {
  2.     font-family : Verdana, Arial, sans-serif ;
  3.     font-size : 9pt;
  4. }
  5.  
  6. A {
  7.     text-decoration: none;
  8.     color: blue;
  9. }
  10.  
  11. A:Hover {
  12.     text-decoration: underline;
  13.     color: red;
  14. }
  15.